###########################
# New Rus Events
###########################

add_namespace = DESAFG


country_event = { # Recipient accepts
	id = DESAFG.1
	title = DESAFG.1.t
	desc = DESAFG.1.d

	is_triggered_only = yes

	option = { # We have to act!
		log = "[GetLogInfo]: event DESAFG.1 option DESAFG.1.a"
		name = DESAFG.1.a
		custom_effect_tooltip = AFG_secure_pamir_tt
	}
}

country_event = { # Opium
	id = DESAFG.2
	title = DESAFG.2.t
	desc = DESAFG.2.d
	picture = GFX_report_event_CHN_china_opium_field_1

	is_triggered_only = yes

	option = { # an enticing opportunity
		log = "[GetLogInfo]: event DESAFG.2 option DESAFG.2.a"
		name = DESAFG.2.a
		add_ideas = AFG_opium_trade
		add_one_random_civilian_factory = yes
		add_stability = -0.1
	}

	option = { # status quo
		log = "[GetLogInfo]: event DESAFG.2 option DESAFG.2.b"
		name = DESAFG.2.b
	}

	option = { # ban opium
		log = "[GetLogInfo]: event DESAFG.2 option DESAFG.2.c"
		name = DESAFG.2.c
		add_political_power = -50
		add_stability = 0.1
	}
}

country_event = { # Tribal Levy
	id = DESAFG.3
	title = DESAFG.3.t
	desc = DESAFG.3.d
	picture = GFX_event_DES_tribal_levy

	is_triggered_only = yes

	option = { # tribal auxiliary
		log = "[GetLogInfo]: event DESAFG.3 option DESAFG.3.a"
		name = DESAFG.3.a
	}

	option = { # dissolve the levy
		log = "[GetLogInfo]: event DESAFG.3 option DESAFG.3.b"
		name = DESAFG.3.b
		delete_unit_template_and_units = {
    			division_template = "Tribal Division"
    			disband = yes
		}
	}

}